Linux 下安裝 composer(centos6.8)
1.下載composer.phar文件 #curl -sS https://getcomposer.org/installer | php出現表示下載成功. 2.運行 php composer. ...
1.下載composer.phar文件 #curl -sS https://getcomposer.org/installer | php出現表示下載成功. 2.運行 php composer. ...
安裝好的composer使用很簡單,分兩步加載組件例1.搜索組件:composer search phpexcel2.下載組件:composer require 廠商名/包名然后在使用該插件的腳本中引 ...